header {
    position:fixed;
    top: 0;
    width: 100%;
    z-index:1;
    background:rgb(105,105,105,0.5) ;
    
}

header .left-nav{
    margin-top: 5px;
}

header .right-nav a{
    color: #ffffff;
}

header .right-nav a:hover{
   background-color: black;
   color: white;
   border-radius: 10px;
   padding:10px 15px;
   display: inline-block;
}

.navbar-nav li.active {
    background-color: black;
    margin-right: 16px;
}
header  span .fa-bars {
    color: white;
}
.navbar-toggler:focus {
box-shadow: none;

}

header button{
    margin-left: 251px;
    margin-top: -67px;

}


#video{
    width: 100%;
    height:calc(100vh - 240px);
    display: flex;
    position: relative;
}
#video video{
    width: 100%;
    height:calc(100vh - 240px);
    object-fit: cover;
}
#video .media{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(255,255,255,0.7);
}

#video .media p{

color: rgba(13,60,99);
font-size: 18px;

}

#video .media h2{
    color: rgba(13,60,99);
    font-size: 49px;
    font-weight: 300;
    margin-top: -19px;
}

#about{
    padding: 20px;
    margin-top: -25px;

}

#about h3{
    margin-top: 40px;
    font-weight: 400;
    font-size: 39;
    color: rgba(13,60,99);
}

#about p{
        margin-top: 40px;
        font-size: 20px;
         color: rgba(13,60,99);
        
}

#middle {
    margin-top: 50px;
    background: rgba(209,224,235);
}

#middle .cardone{
    margin-top: 20px;
    width: 16rem;
}

#middle .cardone h5{
    color: rgba(209,224,235);
}

#middle .cardone p{
    color: rgba(209,224,235);
    font-size: 14px;
    margin-top: 21px;
    margin-bottom: 65px;
}


#middle .cardone .card-body{
    background: rgba(13,60,99);
}

#middle .cardtwo{
    margin-top: 20px;
    width: 16rem;
}

#middle .cardtwo h5{
    color: rgba(209,224,235);
}

#middle .cardtwo p{
    color: rgba(209,224,235);
    font-size: 14px;
    margin-top: 21px;
}

#middle .cardtwo .card-body{
    background: rgba(13,60,99);
}

#middle .cardthree{
    margin-top: 20px;
    width: 16rem;
}

#middle .cardthree h5{
    color: rgba(209,224,235);
}

#middle .cardthree p{
    color: rgba(209,224,235);
    font-size: 14px;
    margin-top: 21px;
    margin-bottom: 65px;
}

#middle .cardthree .card-body{
    background: rgba(13,60,99);
}


#end {
    background: rgba(13,60,99);
    padding: 20px;
}

#end iframe{
    margin-top: 50px;
}


#end  .end1 p{
    color: rgba(255,255,255,);
}

#end .text-center {
    margin-top: 50px;
    color: rgba(255,255,255);
    font-size: 16px;
}

#end .end1{
    color: rgba(255,255,255);
    font-size: 50px;
    margin-top: 50px;
    font-weight: 300;
}

#end textarea {
    overflow: auto;
    resize: vertical;
    width: 100%;
    margin-top: 30px;}

 #end label {
        display: inline-block;
        margin-bottom: 0.5rem;
        color: white;
    }

#end label span{
    color: yellow;
}

#end .btn-primary:hover {
    background-color: white;
    color: rgba(12,60,96);
}

#end button:active {
  background-color: rgba(12,60,96);
 }
 #end button{
     width: 153px;
     margin-top: 20px;
 }

#end form{
    width: 100%;
}

footer{
    background: rgba(13,60,99);
    width: 100%; 
   
}
footer p{
    color: white;
    margin-top: 69px;
}
footer .fb {
   color: white;
   margin-top: 60px;
}

footer .tw{
    color: white;
    margin-top: 60px;
}

footer .nav{
    margin-left: 481px;
}













@media (max-width:420px){

    header {
        position:absolute;
        top: 0;
        width: 100%;
        z-index:1;
        background: none;
        
    } 

    #middle .cardone{
        margin-top: 20px;
        height:28rem;
        width: 20rem;
    }
    
    #middle .cardone h5{
        color: rgba(209,224,235);
        font-size: 28px;
    }
    
    #middle .cardone p{
        color: rgba(209,224,235);
        font-size: 14px;
        margin-top: 21px;
        margin-bottom: 55px;
        font-size: 19px;
    }
    
    
    #middle .cardone .card-body{
        background: rgba(13,60,99);
    }
    
    #middle .cardtwo{
        margin-top: 20px;
        width: 20rem;
        height: 34rem;
    }
    
    #middle .cardtwo h5{
        color: rgba(209,224,235);
        font-size: 28px;
    }
    
    #middle .cardtwo p{
        color: rgba(209,224,235);
        font-size: 14px;
        margin-top: 21px;
        font-size: 19px;
    }
    
    #middle .cardtwo .card-body{
        background: rgba(13,60,99);
    }
    
    #middle .cardthree{
        margin-top: 20px;width: 20rem;
    }
    
    #middle .cardthree h5{
        color: rgba(209,224,235);
    }
    
    #middle .cardthree p{
        color: rgba(209,224,235);
        font-size: 14px;
        margin-top: 21px;
        margin-bottom: 17px;
        font-size: 19px;
    }
    
    #middle .cardthree .card-body{
        background: rgba(13,60,99);
    }
    
    #video .media h2{
    color: rgba(13,60,99);
    font-size: 33px;
    font-weight: 300;
    margin-top: -19px;
}


    footer p{
    color: white;
    margin-top: 69px;
    font-size: 22px;
    
}

footer .nav{
    margin-left: 14px;
    margin-top: -52px;
}

}





@media (max-width:400px){
    footer .d-inline-flex {
        display: inline-flex!important;
        margin-right: 273px;
        margin-top: -75px;
    }

    header img{
        width: 201px;
    height: 54px;
    object-fit: cover;
    object-position: 50% 50%;
    margin-top: 20px;
       }
}
@media (max-width:700px){
    footer .d-inline-flex {
        display: inline-flex!important;
        margin-right: 313px;
        margin-top: -75px;
    }


}

.navbar-nav li.active{
    background-color: black;
}
